Class AttributeNameHelper

java.lang.Object
com.netscape.certsrv.base.AttributeNameHelper

public class AttributeNameHelper extends Object
AttributeNameHelper. This Helper class used to decompose dot-separated attribute name into prefix and suffix.
Version:
$Revision$, $Date$
  • Constructor Details

    • AttributeNameHelper

      public AttributeNameHelper(String name)
      Default constructor for the class. Name is of the form "proofOfPosession.type".
      Parameters:
      name - the attribute name.
  • Method Details

    • getPrefix

      public String getPrefix()
      Return the prefix of the name.
      Returns:
      attribute prefix
    • getSuffix

      public String getSuffix()
      Return the suffix of the name.
      Returns:
      attribute suffix